JavaScript

{grid.object}getMapDataFromSearchPart Method

Syntax

{grid.Object}.getMapDataFromSearchPart()

Description

If the Search Part has a map control, allows you to read the data from search part.

Discussion

If the Search Part has a map control, allows you to read the data from search part. For example, the map center point, the position of the polygon points, etc. The data is returned in the form of name/value pairs that are separated with '&' characters.

Example

var mapData = {grid.object}.getMapDataFromSearchPart();

See Also